<--Back

Every project using AspectJ needs several JAR files. You defined a classpath variable in Eclipse Classpath Variable for AspectJ. We now need to use that classpath variable:

  1. Select your project, right-click and select Properties (Alt-Enter on PC)
  2. Select Java Build Path
  3. Select the Libraries tab
  4. Click on Add Variable
  5. Select the variable you created (called JBOSS_AOP_LIB)
  6. Click Extend
  7. Select all JAR files listed (Ctrl-A on PC)
  8. Click OK
  9. Click OK

<--Back